.servicebtns{
}

.servicebtns ul{
	display: flex;
	list-style-type: none;
	background-color: aliceblue;
}

.servicebtns ul li{
	width:33%;
	text-align: center;
	margin-bottom: 10px;
	background-color: aliceblue;
	border-radius: 5px;
}

.servicebtns ul li i{
	background-image: url(/material/images/icons-new.png);
	
	width: 60px;
	height: 60px;
	display: inline-block;
}

.service_new{
	background: url(/material/images/service.jpeg) center no-repeat;
  background-size: auto;
	background-size: cover;
	height: 120px;
}